home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12121 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: interramp.com!usenet
  2. From: tandemino@interramp.com (Joe Peterson)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C++ to C conversion program for Unix machines?
  5. Date: Fri, 29 Mar 1996 06:26:06 GMT
  6. Organization: Dolphin Systems, Inc.
  7. Message-ID: <315b3927.235472331@usenet.interramp.com>
  8. References: <xnhg2av1lz3.fsf@vivaldi.csc.ti.com>
  9. NNTP-Posting-Host: ip58.birmingham.al.interramp.com
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. On 26 Mar 1996 17:19:28 -0600, yeshwant@vivaldi.csc.ti.com (Yeshwant
  13. Muthusamy) mumbled:
  14.  
  15. >
  16. >Does anybody know of a program (running under UNIX) that takes in C++ code 
  17. >and spits out C? Any pointers appreciated.
  18.  
  19. The only such utility I know of is AT&T's 'cfront'.  Before the days
  20. of native C++ compilers, 'cfront' was built to convert C++ code to be
  21. fed into a C compiler.
  22.  
  23. Where to get a version, I don't know.  AFAIK, you have to get a
  24. license for it from AT&T, but maybe that's just if you're going to be
  25. building a version for a particular h/w-OS platform.
  26.  
  27. Of course, it's likely that a freeware or shareware version of
  28. 'cfront' (or its equivalent) has been created already.
  29. --
  30. Joe Peterson
  31. Dolphin Systems, Inc.
  32. West Palm Beach, Florida
  33.